GtkBox: don't propagate the expand child property
authorMatthias Clasen <mclasen@redhat.com>
Sat, 25 May 2013 18:04:36 +0000 (14:04 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 25 May 2013 18:46:09 +0000 (14:46 -0400)
commit80513aa2c7ed4aecc235723ea6c6f044cf98ba1d
treee80e43430386eb68a6cd024015ba7e069e1b79bf
parentf83af03579cbdb4b85e86c6cedee7578566fe802
GtkBox: don't propagate the expand child property

The intention of the expand widget flags was to in fact propagate
legacy expand child properties as well. Due to implementation errors,
this was only happening in some cases, but not in others. To avoid
breaking old code assuming traditional expand flag behavior, this
commit removes all attempts to propagate GtkBox::expand.

This was discussed in
https://bugzilla.gnome.org/show_bug.cgi?id=698656 and
https://bugzilla.gnome.org/show_bug.cgi?id=628902

This patch was written by Tristan Van Berkom.
README.in
gtk/gtkbox.c